ComponentOne Xamarin.Android
CommitChangesAsync Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1EditableCollectionView<T> Class : CommitChangesAsync Method
Commits the local changes to the source.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1EditableCollectionView`1/d__29)> 
Public Function CommitChangesAsync() As Task
'Usage
 
Dim instance As C1EditableCollectionView(Of T)
Dim value As Task
 
value = instance.CommitChangesAsync()
[AsyncStateMachine(C1.CollectionView.C1EditableCollectionView`1/d__29)] 
public Task CommitChangesAsync()
See Also

Reference

C1EditableCollectionView<T> Class
C1EditableCollectionView<T> Members